home *** CD-ROM | disk | FTP | other *** search
- object frmUserSpan: TfrmUserSpan
- Left = 384
- Top = 563
- BorderStyle = bsDialog
- Caption = 'frmUserSpan'
- ClientHeight = 122
- ClientWidth = 405
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object gbSize: TGroupBox
- Left = 4
- Top = 0
- Width = 300
- Height = 116
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 2
- object lSpanInfo: TLabel
- Left = 8
- Top = 16
- Width = 45
- Height = 13
- Caption = 'lSpanInfo'
- end
- object lSpecialSize: TLabel
- Left = 8
- Top = 84
- Width = 57
- Height = 13
- Caption = 'lSpecialSize'
- Enabled = False
- end
- object cbSpanMode: TComboBox
- Left = 8
- Top = 36
- Width = 280
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbSpanModeChange
- Items.Strings = (
- '*'
- '*'
- '*'
- '*'
- '*'
- '*'
- '*')
- end
- object edUserSize: TEdit
- Left = 160
- Top = 80
- Width = 128
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Enabled = False
- TabOrder = 1
- Text = '0'
- end
- end
- object btnOk: TButton
- Left = 314
- Top = 6
- Width = 85
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'btnOk'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 314
- Top = 40
- Width = 85
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- end
-